-
Notifications
You must be signed in to change notification settings - Fork 29.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v19.1.0 proposal #45269
v19.1.0 proposal #45269
Conversation
Date should be 2022-11-02 🙂 |
👀 |
Notable changes: * deps: * update ICU to 72.1 (Michaël Zasso) [#45068](#45068) * doc: * add lukekarrys to collaborators (Luke Karrys) [#45180](#45180) * add anonrig to collaborators (Yagiz Nizipli) [#45002](#45002) * fs: * (SEMVER-MINOR) fs: add recursive watch to linux (Yagiz Nizipli) [#45098](#45098) * util * (SEMVER-MINOR) add MIME utilities (Bradley Farias) [#21128](#21128) PR-URL: #45269
bfcdb0a
to
cef4304
Compare
Notable changes: * deps: * update ICU to 72.1 (Michaël Zasso) [#45068](#45068) * doc: * add lukekarrys to collaborators (Luke Karrys) [#45180](#45180) * add anonrig to collaborators (Yagiz Nizipli) [#45002](#45002) * fs: * (SEMVER-MINOR) fs: add recursive watch to linux (Yagiz Nizipli) [#45098](#45098) * util * (SEMVER-MINOR) add MIME utilities (Bradley Farias) [#21128](#21128) PR-URL: #45269
cef4304
to
8a5d293
Compare
Notable changes: * deps: * update ICU to 72.1 (Michaël Zasso) [#45068](#45068) * doc: * add lukekarrys to collaborators (Luke Karrys) [#45180](#45180) * add anonrig to collaborators (Yagiz Nizipli) [#45002](#45002) * fs: * (SEMVER-MINOR) fs: add recursive watch to linux (Yagiz Nizipli) [#45098](#45098) * util * (SEMVER-MINOR) add MIME utilities (Bradley Farias) [#21128](#21128) PR-URL: #45269
8a5d293
to
91b9072
Compare
FYI We'll delay it to happen after the Security Release. |
facfd90
to
0237cff
Compare
@RafaelGSS Can we include the latest utf-8 fast path pull request? |
Maybe it's also not to late to pull #45139 🙄 |
I prefer to include both in the next release. This release is already delayed and I have no bandwidth to include it over the weekend (considering it should be ready to be released on Monday). Sorry folks. |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
Notable changes: * deps: * update ICU to 72.1 (Michaël Zasso) [#45068](#45068) * doc: * add lukekarrys to collaborators (Luke Karrys) [#45180](#45180) * add anonrig to collaborators (Yagiz Nizipli) [#45002](#45002) * fs: * (SEMVER-MINOR) fs: add recursive watch to linux (Yagiz Nizipli) [#45098](#45098) * lib: * drop fetch experimental warning (Matteo Collina) [#45287](#45287) * test_runner: * support function mocking (Colin Ihrig) [#45326](#45326) * util * (SEMVER-MINOR) add MIME utilities (Bradley Farias) [#21128](#21128) * improve textdecoder decode performance (Yagiz Nizipli) [#45294](#45294) PR-URL: #45269
@RafaelGSS The main CHANGELOG.md needs to be updated with the current v19 version as well. Without it, it's currently causing markdown linting errors in PRs. |
2022-11-14, Version 19.1.0 (Current), @RafaelGSS
Notable changes
Support function mocking on Node.js test runner
The
node:test
module supports mocking during testing via a top-levelmock
object.
Contributed by Colin Ihrig in #45326
fs.watch recursive support on Linux
fs.watch
supports recursive watch using therecursive: true
option.Contributed by Yagiz Nizipli in #45098
Other notable changes
Commits
c9cf399ec7
] - benchmark: add parameters to text-decoder benchmark (Yagiz Nizipli) #4536379f6bb061d
] - benchmark: fix text-decoder benchmark (Yagiz Nizipli) #45363a27c994ced
] - benchmark: add blob benchmark (Yagiz Nizipli) #44990c45b6aee78
] - bootstrap: merge main thread and worker thread initializations (Joyee Cheung) #4486933691208df
] - buffer: fix validation of options inBlob
constructor (Antoine du Hamel) #451567b938df296
] - build: support Python 3.11 (Luigi Pinca) #4519175e0a2d109
] - build: workaround for node-core-utils (Jiawen Geng) #45199f598edbdf4
] - build: fix icu-small build with ICU 72.1 (Steven R. Loomis) #4519529b9f4f90c
] - build: remove unused language files (Ben Noordhuis) #451383a1ee940d1
] - build: add GitHub token to auto-start-ci workflow (Richard Lau) #4518517349a2f42
] - build: restore Windows resource file (Richard Lau) #4504224e24bd063
] - build: add version info to timezone update PR (Darshan Sen) #450218d7aa53e6b
] - build,win: pass --debug-nghttp2 to configure (Santiago Gimeno) #45209b2e60480f3
] - child_process: validate arguments for null bytes (Darshan Sen) #447821f0edde412
] - crypto: handle more webcrypto errors with OperationError (Filip Skokan) #4532013fb05e12b
] - crypto: handle unsupported AES ciphers in webcrypto (Filip Skokan) #45321c168cbfbb3
] - deps: V8: cherry-pick 56816d76c121 (Shi Pujin) #453531432474abf
] - deps: upgrade npm to 8.19.3 (npm team) #45322f35d56200d
] - deps: update corepack to 0.15.1 (Node.js GitHub Bot) #4533144de2321aa
] - deps: patch V8 to 10.7.193.20 (Michaël Zasso) #45228bfe3819f08
] - deps: upgrade to libuv 1.44.2 (Luigi Pinca) #423400d41df96b3
] - deps: update corepack to 0.15.0 (Node.js GitHub Bot) #452350d241638ca
] - deps: update undici to 5.12.0 (Node.js GitHub Bot) #45236f58996188a
] - Revert "deps: make V8 compilable with older glibc" (Michaël Zasso) #451628cda730e58
] - deps: update ICU to 72.1 (Michaël Zasso) #450680a6ed6f710
] - Revert "deps: V8: forward declaration ofRtl*FunctionTable
" (Michaël Zasso) #451192f7518ada2
] - deps: update timezone (Node.js GitHub Bot) #449503bfba6df79
] - deps: patch V8 to 10.7.193.16 (Michaël Zasso) #45023b5baaa61b3
] - dns: fix port validation (Antoine du Hamel) #451350e9bad97cc
] - doc: allow for holidays in triage response (Michael Dawson) #45267d4aabb9d3d
] - doc: include last security release date (Juan José Arboleda) #45368ba45373164
] - doc: fix email for Ashley (Michael Dawson) #45364d5e5c75b13
] - doc: fix test runner's only tests section header (Colin Ihrig) #45343a7c5f31c47
] - doc: run license-builder (github-actions[bot]) #453493de125743e
] - doc: add more info for timer.setInterval (theanarkh) #452325a1252d9b4
] - doc: use module names in stability overview table (Filip Skokan) #453124d38bf2c5f
] - doc: addnode:
prefix for examples (Daeyeon Jeong) #45328b4b6b95f48
] - doc: update name of Node.js core Slack channel (Rich Trott) #452937d7e7c316b
] - doc: fix "task_processor.js" typo (andreysoktoev) #45257b9039a54af
] - doc: add history section tofetch
-related globals (Antoine du Hamel) #45198d9163f1632
] - doc: clarify moderation inonboarding.md
(Benjamin Gruenbaum) #41930c179c1478b
] - doc: change make lint to make lint-md (RafaelGSS) #4519758bec56fab
] - doc: add more lts update steps to release guide (Ruy Adorno) #451778f8d7e76ac
] - doc: add bmuenzenmeyer to triagers (Brian Muenzenmeyer) #45155de2df550f6
] - doc: update process.release (Filip Skokan) #45170916e8760ba
] - doc: add link to triage guide (Brian Muenzenmeyer) #4515454d806853e
] - doc: mark Node.js 12 as End-of-Life (Rafael Gonzaga) #451863a26347649
] - doc: add lukekarrys to collaborators (Luke Karrys) #4518085cb4d795c
] - doc: update mark release line lts on release guide (Ruy Adorno) #45101c23e023a2d
] - doc: be more definite and present tense-y (Ben Noordhuis) #45120519002152b
] - doc: add major version note to release guide (Ruy Adorno) #45054809e8dcbd2
] - doc: fix v14.x link maintaining openssl guide (RafaelGSS) #450719d449d389d
] - doc: add note about latest GitHub release (Michaël Zasso) #45111ee34a3a1bc
] - doc: mention v18.x openssl maintaining guide (Rafael Gonzaga) #450703e4033a90d
] - doc: fix display of "problematic" ASCII characters (John Gardner) #44373533e38b0b8
] - doc: mark Node.js v17.x as EOL (KaKa) #4511093a34faa39
] - doc: update Node.js 16 End-of-Life date (Richard Lau) #45103b4beddef79
] - doc: fix typo in parseArgs default value (Tobias Nießen) #45083e8103fd33b
] - doc: updated security stewards (Michael Dawson) #450055fbccae4f0
] - doc: fix http and http2 writeEarlyHints() parameter (Fabian Meyer) #45000d47f83251a
] - doc: run license-builder (github-actions[bot]) #45034e6bbc5033d
] - doc: improve the workflow to test release binaries (Rafael Gonzaga) #45004f0c18f04f0
] - doc: fix undici version in changelog (Michael Dawson) #44982ffba3218ec
] - doc: add info on fixup to security release process (Michael Dawson) #44807edb92f4510
] - doc: add anonrig to collaborators (Yagiz Nizipli) #4500258334a38e8
] - doc, async_hooks: improve and add migration hints (Gerhard Stöbich) #453697225a7d46b
] - doc, http: add Uint8Array as allowed type (Gerhard Stöbich) #4516740a5e22328
] - esm: protect ESM loader from prototype pollution (Antoine du Hamel) #451752e5d8e7239
] - esm: protect ESM loader from prototype pollution (Antoine du Hamel) #45044c3dd696081
] - events: add unique events benchmark (Yagiz Nizipli) #44657daff3b8b09
] - fs: update todo message (Yagiz Nizipli) #45265670def3d6f
] - fs: fix opts.filter issue in cpSync (Tho) #4514334bfef91a9
] - (SEMVER-MINOR) fs: add recursive watch to linux (Yagiz Nizipli) #45098d89ca1b443
] - fs: trace more fs api (theanarkh) #450951a04881494
] - http: headers(Distinct), trailers(Distinct) setters to be no-op (Madhuri) #451768abc3f732a
] - http: add priority to common http headers (James M Snell) #45045316354e3d3
] - http2: improve session close/destroy procedures (Santiago Gimeno) #451151635140952
] - http2: fix crash on Http2Stream::diagnostic_name() (Santiago Gimeno) #4512394b7f5338c
] - http2: fix debugStream method (Santiago Gimeno) #451293db37e7d1b
] - inspector: refactorinspector/promises
to be more robust (Antoine du Hamel) #450410478e4063f
] - lib: add options to the heap snapshot APIs (Joyee Cheung) #44989a8e901555a
] - lib: fix JSDoc issues (Rich Trott) #4524374352842bc
] - lib: use process.nextTick() instead of setImmediate() (Luigi Pinca) #423409f3d2f6879
] - lib: drop fetch experimental warning (Matteo Collina) #45287e2181e057b
] - lib: fix eslint early return (RafaelGSS) #45409d1726692ee
] - lib: fix TypeError when converting a detached buffer source (Kohei Ueno) #44020d7470ad986
] - lib: fixAbortSignal.timeout
parameter validation (dnalborczyk) #42856c7b7f2bec2
] - lib: add lint rule to protect againstObject.prototype.then
pollution (Antoine du Hamel) #450619ed9aa8233
] - lib: add ability to add separate event name to defineEventHandler (James M Snell) #450328b4a41e23d
] - lib: fix typo inpre_execution.js
(Antoine du Hamel) #45039cc2393c9fe
] - lib: promise version of streams.finished call clean up (Naor Tedgi (Abu Emma)) #4486217ef1bbc8e
] - lib: make properties on Blob and URL enumerable (Khafra) #449188199841e9c
] - lib: support more attributes for early hint link (Yagiz Nizipli) #4487488c3bb609b
] - meta: update AUTHORS (Node.js GitHub Bot) #45333a866e8c163
] - meta: update collaborator email address in README (Rich Trott) #45251bfbfacad79
] - meta: fix email address typo in README (Rich Trott) #452500d58bb9531
] - meta: remove dont-land-on-v12 auto labeling (Moshe Atlow) #45233b41b5ba658
] - meta: update AUTHORS (Node.js GitHub Bot) #45238ad9a5bb61f
] - meta: move a collaborator to emeritus (Rich Trott) #45160ec8683052b
] - meta: move one or more collaborators to emeritus (Node.js GitHub Bot) #450367900810fb3
] - meta: update AUTHORS (Node.js GitHub Bot) #45020738144c311
] - module: ensure relative requires work from deleted directories (Bradley Farias) #4238436acf8a13e
] - net: remove _readableState from debug statement (Rich Trott) #45063aaca54c5c0
] - node-api: handle no support for external buffers (Michael Dawson) #451812105f099ea
] - node-api,test: fix test_reference_double_free crash (Vladimir Morozov) #449272fcf851a91
] - os: convert uid and gid to 32-bit signed integers (Luigi Pinca) #42340dfe4237d77
] - perf_hooks: align toStringTag with other Web Performance implementations (Daeyeon Jeong) #451579d15da3341
] - report: add more memory info (theanarkh) #45254a2620acad7
] - report: add rss and use/kernel cpu usage fields (theanarkh) #4504366e1dc4979
] - report,doc: define report version semantics (Gireesh Punathil) #4505086e22b4e19
] - src: track contexts in the Environment instead of AsyncHooks (Joyee Cheung) #45282326d19af3d
] - src: resolve TODO related to inspector CVEs (Tobias Nießen) #453414e45585ca2
] - src: revert is_release to 0 (RafaelGSS) #453155d480118fb
] - src: print nghttp2 logs when using --debug-nghttp2 (Santiago Gimeno) #452093e46ebda3c
] - src: trace threadpool event (theanarkh) #4445897547bcd14
] - src: lock-free init_process_flags (Jérémy Lal) #4522142db84913b
] - src: call uv_library_shutdown before DisposePlatform (theanarkh) #45226aa4152a1b6
] - src: fixcrypto.privateEncrypt
fails first time (liuxingbaoyu) #42793243c141b69
] - src: clarify OptionEnvvarSettings member names (Chengzhong Wu) #450575335e29ce7
] - src: let http2 streams end after session close (Santiago Gimeno) #451538d5682266e
] - src: remap invalid file descriptors usingdup2
(Obiwac) #444614e14ed8878
] - src: remove unusedcontextify_global_private_symbol
(Daeyeon Jeong) #45128a8412f5677
] - src: forbid running watch mode in REPL (Moshe Atlow) #45058162bf0ddff
] - src: fix test runner coverage (Moshe Atlow) #45055e5b1179630
] - src: optimize ALPN callback (Ben Noordhuis) #448759dc21a1f86
] - src: simplify ALPN code, remove indirection (Ben Noordhuis) #448755fce8e3495
] - src: iwyu in cleanup_queue.cc (Shelley Vohr) #44983824dcfc422
] - src: return void in InitializeInspector() (Joyee Cheung) #449037a31ae8ab1
] - src,lib: retrieve parsed source map url from v8 (Chengzhong Wu) #44798ccb1c1e9a2
] - stream: add compose operator (Raz Luvaton) #44937e60d9053bc
] - stream: fix duplexify premature destroy (Robert Nagy) #45133bc0ae3e74e
] - stream: fix web streams have no Symbol.toStringTag (Jithil P Ponnan) #451171655532fd2
] - stream: don't push null from closed promise 'stream.push() after EOF' error when using Readable.fromWeb #42694 (David Halls) #45026717db1d46a
] - test: skip test-fs-largefile if not enough disk space (Rich Trott) #453394a80aff16e
] - test: fix catching failed assertion (Pavel Horal) #4522266e7821506
] - test: defer invocation checks (Luigi Pinca) #4234043db0fbd49
] - test: fix test-socket-write-after-fin-error (Luigi Pinca) #42340d5f4d98847
] - test: maketest-eventemitter-asyncresource.js
shorter (Juan José) #451467428651100
] - test: convert test-debugger-pid to async/await (Luke Karrys) #45179f10f2c1121
] - test: fix textdecoder test for small-icu builds (Richard Lau) #45225eed799bd31
] - test: improve test coverage intest-event-capture-rejections.js
(Juan José) #45148069747bfdd
] - test: fix timeout of test-heap-prof.js in riscv devices (Yu Gu) #42674ddb7df76de
] - test: deflake test-http2-empty-frame-without-eof (Santiago Gimeno) #4521202ebde39d3
] - test: use common/tmpdir in watch-mode ipc test (Richard Lau) #45211f9bc40a1fc
] - test: use uv_sleep() where possible (Santiago Gimeno) #451243c7ea23b8f
] - test: fix typo intest/parallel/test-fs-rm.js
(Tim Shilov) #44882b39dcde056
] - test: remove a snapshot blob from test-inspect-address-in-use.js (Daeyeon Jeong) #45132fabed9bdc8
] - test: add test for Module._stat (Darshan Sen) #447132b3b291c97
] - test: watch mode inspect restart repeatedly (Moshe Atlow) #4506017e86e4188
] - test: remove experimental-wasm-threads flag (Michaël Zasso) #45074f0480d68e9
] - test: remove unnecessary noop function args tomustCall()
(Antoine du Hamel) #4504782e6043118
] - test: mark test-watch-mode* as flaky on all platforms (Pierrick Bouvier) #4504926a2ae2489
] - test: wrap missingcommon.mustCall
(Moshe Atlow) #450648662399cda
] - test: remove mentions of--experimental-async-stack-tagging-api
flag (Simon) #4505171b8d506ed
] - test: improve assertions intest-repl-unsupported-option.js
(Juan José) #44953dbc696d363
] - test: remove unnecessary noop function args to mustCall() (Rich Trott) #45027c1ca19fb06
] - test: update WPT resources (Khaidi Chu) #4494843677e5a34
] - test: skip test depending onoverlapped-checker
when not available (Antoine du Hamel) #450153519d74e87
] - test: improve test coverage foros
package (Juan José) #44959ea0cfc9a83
] - test: add test to improve coverage in http2-compat-serverresponse (Cesar Mario Diaz) #44970482578682c
] - test: improve test coverage intest-child-process-spawn-argv0.js
(Juan José) #44955a618dc3c3e
] - test: use CHECK instead of EXPECT where necessary (Tobias Nießen) #44795c59d3b76e6
] - test: refactor promises to async/await (Madhuri) #4498036c5927c60
] - test,crypto: update WebCryptoAPI WPT (Filip Skokan) #451656158d740f3
] - test_runner: support function mocking (Colin Ihrig) #45326920804dc46
] - test_runner: avoid swallowing of asynchronously thrown errors (MURAKAMI Masahiko) #452648e7f9de45e
] - test_runner: fix afterEach not running on test failures (Jithil P Ponnan) #452040040030443
] - test_runner: report tap subtest in order (Moshe Atlow) #45220afa8291c7c
] - test_runner: call {before,after}Each() on suites (Colin Ihrig) #45161ff174b0937
] - test_runner: add extra fields in AssertionError YAML (Bryan English) #44952bf868fdfab
] - (SEMVER-MINOR) tls: add "ca" property to certificate object (Ben Noordhuis) #44935e8075fd1f8
] - tools: add automation for updating acorn dependency (Facundo Tuesca) #453579aa305ff3e
] - tools: add documentation regarding our api tooling (Claudio Wunder) #4527076cbc07f9b
] - tools: allow scripts to run from anywhere (Luigi Pinca) #45361aa875a4d6a
] - tools: update eslint to 8.27.0 (Node.js GitHub Bot) #453584b71db13ae
] - tools: update eslint to 8.26.0 (Node.js GitHub Bot) #4524363267dfefb
] - tools: update lint-md-dependencies to [email protected] (Node.js GitHub Bot) #45332e275859138
] - tools: fix stability index generation (Antoine du Hamel) #4534697fe8bacb1
] - tools: increase macOS cores to 3 on GitHub CI (Rich Trott) #45340eda4ae51ca
] - tools: add automation for updating base64 dependency (Facundo Tuesca) #453002ee052f794
] - tools: fixrequest-ci-failed
comment (Antoine du Hamel) #45291e118dd88fd
] - tools: refactor dynamic strings creation in shell scripts (Antoine du Hamel) #45240ba89cea683
] - tools: update lint-md-dependencies (Node.js GitHub Bot) #45237786f086800
] - tools: use Python 3.11 in GitHub Actions workflows (Luigi Pinca) #451910738d14fa4
] - tools: fixrequest-ci-failed
comment (Antoine du Hamel) #4521849be13ccd8
] - tools: keep Emeriti lists case-insensitive alphabetic (Rich Trott) #451596e30d2231b
] - tools: update actions/setup-python to v4 (Yagiz Nizipli) #45178a4158692d7
] - tools: update V8 gypfiles for RISC-V (Andreas Schwab) #45149c43bc2169f
] - tools: fixcreate-or-update-pull-request-action
hash on GHA (Antoine du Hamel) #451662ccc03ec32
] - tools: update gr2m/create-or-update-pull-request-action (Luigi Pinca) #45022a70b27629f
] - tools: do not use the set-output command in workflows (Luigi Pinca) #45024025e616662
] - tools: update lint-md-dependencies (Node.js GitHub Bot) #45019732f9a78d3
] - trace_events: fix getCategories (theanarkh) #450921bc84ce52c
] - url: remove \t \n \r in url.parse() similar to WHATWG (Rich Trott) #4511684e7388160
] - url: improve port validation (Rich Trott) #4501202cff4a3d3
] - url: improve url.parse() compliance with WHATWG URL (Rich Trott) #4501189390a6be2
] - util: improve text-decoder performance (Yagiz Nizipli) #453630deed8daeb
] - util: improve textdecoder decode performance (Yagiz Nizipli) #45294d41f8ffc36
] - (SEMVER-MINOR) util: add MIME utilities (util: add MIME utilities #21128) (Bradley Farias) #21128